home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenGL Superbible (2nd Edition)
/
OpenGL SuperBible e2.iso
/
tools
/
GLUT-3.7
/
TEST
/
Imakefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1998-08-12
|
171 b
|
13 lines
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = glut mui
MakeSubdirs($(SUBDIRS))
test:
cd glut ; $(MAKE) test
cd mui ; $(MAKE) test
DependSubdirs($(SUBDIRS))